internal/runtime/maps.Iter.entryIdx (field)

19 uses

	internal/runtime/maps (current package)
		table.go#L538: 	entryIdx uint64
		table.go#L621: 	it.entryIdx = 0
		table.go#L689: 		for ; it.entryIdx < abi.SwissMapGroupSlots; it.entryIdx++ {
		table.go#L690: 			k := uintptr(it.entryIdx+it.entryOffset) % abi.SwissMapGroupSlots
		table.go#L732: 			it.entryIdx++
		table.go#L810: 		if it.entryIdx > entryMask {
		table.go#L826: 		entryIdx := (it.entryIdx + it.entryOffset) & entryMask
		table.go#L865: 			it.entryIdx++
		table.go#L872: 		it.entryIdx++
		table.go#L892: 		for it.entryIdx <= entryMask {
		table.go#L893: 			entryIdx := (it.entryIdx + it.entryOffset) & entryMask
		table.go#L919: 					it.entryIdx += abi.SwissMapGroupSlots - uint64(slotIdx)
		table.go#L924: 				it.entryIdx += uint64(i - slotIdx)
		table.go#L925: 				if it.entryIdx > entryMask {
		table.go#L961: 						it.entryIdx += abi.SwissMapGroupSlots - uint64(slotIdx)
		table.go#L967: 					it.entryIdx += uint64(i - slotIdx)
		table.go#L986: 				it.entryIdx += abi.SwissMapGroupSlots - uint64(slotIdx)
		table.go#L990: 				it.entryIdx += uint64(i - slotIdx)